home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / mars2.dxr / 00070.ls < prev    next >
Encoding:
Text File  |  1997-06-05  |  177 b   |  12 lines

  1. on mouseDown
  2.   puppetSprite(31, 1)
  3. end
  4.  
  5. on mouseUp
  6.   global gems
  7.   set the locV of sprite 31 to 510
  8.   puppetSound("DBLCLICK.AIF")
  9.   set gems to gems + 1
  10.   LocateSprite(509)
  11. end
  12.